home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / gcc263-inclib.lha / gnu / geninline / mklibamiga / gluesrc2.lha / CreatePlayer.S < prev    next >
Encoding:
Text File  |  1994-05-02  |  147 b   |  15 lines

  1.  
  2. #include <bases.h>
  3.  
  4.     .text
  5.  
  6.     .globl    _CreatePlayer
  7.  
  8. _CreatePlayer:
  9.     movel    a6,sp@-
  10.     GETRETBASE
  11.     lea    sp@(8:W),a0
  12.     jsr    a6@(-42:W)
  13.     movel    sp@+,a6
  14.     rts
  15.